projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570af49
)
Don't require vc.el at compile-time; it causes recursive requirements.
author
André Spiegel
<spiegel@gnu.org>
Thu, 5 Sep 2002 06:31:11 +0000
(06:31 +0000)
committer
André Spiegel
<spiegel@gnu.org>
Thu, 5 Sep 2002 06:31:11 +0000
(06:31 +0000)
lisp/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hooks.el
b/lisp/vc-hooks.el
index 3717bea650a3ee23b924b33a4230e85259a6a8eb..c8b9d2000c49ad388f1ed5fed0f1227877fcc64f 100644
(file)
--- a/
lisp/vc-hooks.el
+++ b/
lisp/vc-hooks.el
@@
-5,7
+5,7
@@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-hooks.el,v 1.14
3 2002/08/23 13:23:1
4 spiegel Exp $
+;; $Id: vc-hooks.el,v 1.14
4 2002/09/04 20:45:3
4 spiegel Exp $
;; This file is part of GNU Emacs.
@@
-34,7
+34,6
@@
;;; Code:
(eval-when-compile
- (require 'vc)
(require 'cl))
;; Customization Variables (the rest is in vc.el)